﻿2026-08-01T10:04:59.7940443Z ##[group]Run actions/checkout@v5
2026-08-01T10:04:59.7940978Z with:
2026-08-01T10:04:59.7941363Z   repository: BigscreenVR/spt-bs-core
2026-08-01T10:04:59.7944469Z   token: ***
2026-08-01T10:04:59.7944881Z   ssh-strict: true
2026-08-01T10:04:59.7945252Z   ssh-user: git
2026-08-01T10:04:59.7945640Z   persist-credentials: true
2026-08-01T10:04:59.7946049Z   clean: true
2026-08-01T10:04:59.7946421Z   sparse-checkout-cone-mode: true
2026-08-01T10:04:59.7946860Z   fetch-depth: 1
2026-08-01T10:04:59.7947223Z   fetch-tags: false
2026-08-01T10:04:59.7947608Z   show-progress: true
2026-08-01T10:04:59.7947989Z   lfs: false
2026-08-01T10:04:59.7948347Z   submodules: false
2026-08-01T10:04:59.7948737Z   set-safe-directory: true
2026-08-01T10:04:59.7949267Z   allow-unsafe-pr-checkout: false
2026-08-01T10:04:59.7949704Z ##[endgroup]
2026-08-01T10:04:59.8746485Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T10:04:59.8748337Z ##[group]Getting Git version info
2026-08-01T10:04:59.8749262Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T10:04:59.8750492Z [command]/usr/bin/git version
2026-08-01T10:04:59.8751093Z git version 2.43.0
2026-08-01T10:04:59.8762293Z ##[endgroup]
2026-08-01T10:04:59.8769815Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/05eee179-42c4-4d81-80d0-60e4cd619a8d/.gitconfig'
2026-08-01T10:04:59.8777198Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/05eee179-42c4-4d81-80d0-60e4cd619a8d' before making global git config changes
2026-08-01T10:04:59.8779956Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T10:04:59.8781333Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T10:04:59.8814353Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T10:04:59.8835928Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T10:04:59.8908388Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T10:04:59.8909776Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T10:04:59.8910488Z refs/heads/golden/handrail
2026-08-01T10:04:59.8911637Z [command]/usr/bin/git checkout --detach
2026-08-01T10:04:59.9195391Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:04:59.9269051Z [command]/usr/bin/git branch --delete --force golden/handrail
2026-08-01T10:04:59.9301137Z Deleted branch golden/handrail (was 68e50a906).
2026-08-01T10:04:59.9961904Z ##[endgroup]
2026-08-01T10:04:59.9964764Z [command]/usr/bin/git submodule status
2026-08-01T10:05:00.0163878Z ##[group]Cleaning the repository
2026-08-01T10:05:00.0166380Z [command]/usr/bin/git clean -ffdx
2026-08-01T10:05:03.7783388Z Removing .adapter-notify/
2026-08-01T10:05:03.7783884Z Removing target/
2026-08-01T10:05:03.7792831Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T10:05:03.7926929Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:05:03.7934670Z ##[endgroup]
2026-08-01T10:05:03.7935395Z ##[group]Disabling automatic garbage collection
2026-08-01T10:05:03.7937904Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T10:05:03.7963159Z ##[endgroup]
2026-08-01T10:05:03.7963641Z ##[group]Setting up auth
2026-08-01T10:05:03.7968250Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T10:05:03.7995436Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T10:05:03.8184105Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T10:05:03.8211697Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T10:05:03.8393607Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T10:05:03.8419196Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T10:05:03.8613441Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T10:05:03.8645336Z ##[endgroup]
2026-08-01T10:05:03.8645789Z ##[group]Fetching the repository
2026-08-01T10:05:03.8651734Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +68e50a90602578669b8ee5db9be5332bd49ecadf:refs/remotes/origin/golden/handrail
2026-08-01T10:05:04.3410825Z ##[endgroup]
2026-08-01T10:05:04.3411376Z ##[group]Determining the checkout info
2026-08-01T10:05:04.3413543Z ##[endgroup]
2026-08-01T10:05:04.3416353Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T10:05:04.3457373Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T10:05:04.3481276Z ##[group]Checking out the ref
2026-08-01T10:05:04.3484179Z [command]/usr/bin/git checkout --progress --force -B golden/handrail refs/remotes/origin/golden/handrail
2026-08-01T10:05:04.3541569Z Switched to a new branch 'golden/handrail'
2026-08-01T10:05:04.3542256Z branch 'golden/handrail' set up to track 'origin/golden/handrail'.
2026-08-01T10:05:04.3547716Z ##[endgroup]
2026-08-01T10:05:04.3584449Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T10:05:04.3611426Z 68e50a90602578669b8ee5db9be5332bd49ecadf
